Skip to content

Commit

Permalink
make tests to ensure book1.html and index.html are the same to
Browse files Browse the repository at this point in the history
deal with differences in new db2html
  • Loading branch information
sdague committed Dec 4, 2003
1 parent 6258d10 commit 8127ab8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/hld/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ openhpi-manual/book1.html: $(SGML_FILES)
publish: openhpi-manual/book1.html
-htmlfilter.pl $(shell ls openhpi-manual/*html)
-chmod a+x $(shell ls openhpi-manual/*html)
if [ ! -e openhpi-manual/book1.html ]; then \
ln openhpi-manual/index.html openhpi-manual/book1.html; \
fi;
-echo "XBitHack on" > openhpi-manual/.htaccess
-rsync -e ssh -rP --delete openhpi-manual/ $(SERVER):$(HLDDIR)
-ssh $(SERVER) "find $(HLDDIR) -user `whoami` -exec chmod g+w {} \;"
Expand Down

0 comments on commit 8127ab8

Please sign in to comment.