mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-11 08:40:44 +00:00
Added some pattern rules, but commented them out for now.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1710 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2ffe820166
commit
f376fcecda
1 changed files with 22 additions and 0 deletions
|
@ -105,6 +105,28 @@ ADVERTISEMENT: advertisement.texi version.texi
|
|||
$(MAKEINFO) $(MAKEINFO_FLAGS) -o ADVERTISEMENT -D ADVERTISEMENT_ONLY \
|
||||
--no-header --no-split $(srcdir)/advertisement.texi
|
||||
|
||||
# Unused for now, but may be used in the future.
|
||||
#%: %.texi
|
||||
# $(MAKEINFO) $(MAKEINFO_FLAGS) -o $@ -D ${@}_ONLY \
|
||||
# --no-header --no-split $(srcdir)/$<
|
||||
#
|
||||
#%.texi: %.www.texi
|
||||
# rm -f $@
|
||||
# sed -e 's,@email{\([^}]*\)},<\1>,g' \
|
||||
# $(srcdir)/$< \
|
||||
# | sed -e 's,@url{\([^}]*\)},@samp{\1},g' \
|
||||
# > $@
|
||||
#
|
||||
#%.html: %.www.texi
|
||||
# rm -f $@.texi
|
||||
# sed -e 's,@email{\([^}]*\)},<A HREF="mailto:\1">\1</A>,g' \
|
||||
# $(srcdir)/$< \
|
||||
# | sed -e 's,@url{\([^}]*\)},<A HREF="\1">\1</A>,g' \
|
||||
# | sed -e 's,^ *$$,@br{},g' \
|
||||
# > $<.html.texi
|
||||
# texi2html -expandinfo $(MAKEINFO_FLAGS) $<.html.texi
|
||||
# mv -f $<.html.html $*.html
|
||||
|
||||
# Make substitutions for @email{} and @url{} before passing to makeinfo.
|
||||
# These substitution scripts could be cleaned up.
|
||||
GNUstep-FAQ: gnustep-faq.texi version.texi
|
||||
|
|
Loading…
Reference in a new issue