Fix publish targets that publish online docs for the scripts.

This commit is contained in:
david 2003-05-21 23:50:25 +00:00
parent b7fb519737
commit a4e429e74b
3 changed files with 11 additions and 7 deletions

View File

@ -24,10 +24,12 @@ install: all
$(INSTALLDIR) $(DOC_DIR)
$(INSTALLDOC) db2omf.html $(DOC_DIR)/db2omf.html
# Publishes the documentation on the official LDP homepage for db2omf.
# You *do* have to enter the password to publish it.
# Publishes the documentation on the official LDP homepage.
# This assumes you're running on an iBiblio machine and have a symlink
# to the root of the LDP site at ~/LDP.
#
publish: html
scp db2omf.html dmerrill@login.ibiblio.org:/export/sunsite/users/dmerrill/LDP/db2omf/index.html
cp -p db2omf.html /export/sunsite/users/dmerrill/LDP/db2omf/index.html
clean:
rm -f db2omf.1

View File

@ -24,10 +24,12 @@ install: all
$(INSTALLDIR) $(DOC_DIR)
$(INSTALLDOC) texi2db.html $(DOC_DIR)/texi2db.html
# Publishes the documentation on the official LDP homepage for texi2db.
# You *do* have to enter the password to publish it.
# Publishes the documentation on the official LDP homepage.
# This assumes you're running on an iBiblio machine and have a symlink
# to the root of the LDP site at ~/LDP.
#
publish: html
scp texi2db.html dmerrill@login.ibiblio.org:/export/sunsite/users/dmerrill/LDP/texi2db/index.html
cp -p texi2db.html /export/sunsite/users/dmerrill/LDP/texi2db/index.html
clean:
rm -f texi2db.1

View File

@ -29,7 +29,7 @@ install: all
# to the root of the LDP site at ~/LDP.
#
publish: html
cp -p wt2db.html ~/LDP/wt2db/index.html
cp -p wt2db.html /export/sunsite/users/dmerrill/LDP/wt2db/index.html
clean:
rm -f wt2db.1