mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
* documentation.make: Have html rule be based upon the table
of contents file. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@2785 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f70b83b05a
commit
d242f650a8
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Sun Apr 5 20:06:03 1998 Scott Christley <scottc@net-community.com>
|
||||
|
||||
* documentation.make: Have html rule be based upon the table
|
||||
of contents file.
|
||||
|
||||
Sun Apr 5 19:07:54 1998 Scott Christley <scottc@net-community.com>
|
||||
|
||||
* GNUmakefile.in: install/uninstall new files; create full
|
||||
|
|
|
@ -75,7 +75,7 @@ else
|
|||
internal-doc-all:: before-all before-$(TARGET)-all \
|
||||
$(INTERNAL_doc_NAME).info \
|
||||
$(INTERNAL_doc_NAME).ps \
|
||||
$(INTERNAL_doc_NAME).html \
|
||||
$(INTERNAL_doc_NAME)_toc.html \
|
||||
after-$(TARGET)-all after-all
|
||||
|
||||
internal-textdoc-all:: before-all before-$(TARGET)-all \
|
||||
|
@ -102,7 +102,7 @@ $(INTERNAL_doc_NAME).ps: $(INTERNAL_doc_NAME).dvi
|
|||
$(GNUSTEP_DVIPS) $(GNUSTEP_DVIPS_FLAGS) \
|
||||
$(INTERNAL_doc_NAME).dvi -o $@
|
||||
|
||||
$(INTERNAL_doc_NAME).html: $(TEXI_FILES)
|
||||
$(INTERNAL_doc_NAME)_toc.html: $(TEXI_FILES)
|
||||
for i in $(TEXI_FILES); do \
|
||||
sed -e 's,@email{\([^}]*\)},<A HREF="mailto:\1">\1</A>,g' \
|
||||
$$i \
|
||||
|
|
Loading…
Reference in a new issue