DESTDIR=/www/htdocs/linux/HP-Howto install: all cp -a * $(DESTDIR) find $(DESTDIR) -type f -exec chmod 644 {} \; find $(DESTDIR) -type d -exec chmod 755 {} \; cp -a ../mirror $(DESTDIR) all: HP-HOWTO-FR.sgml /usr/local/bin/sgmltools -b ps HP-HOWTO-FR.sgml rm -rf HP-HOWTO-FR /usr/local/bin/sgmltools -b html HP-HOWTO-FR.sgml /usr/local/bin/sgmltools -b rtf HP-HOWTO-FR.sgml /usr/local/bin/sgmltools -b txt HP-HOWTO-FR.sgml ps2pdf HP-HOWTO-FR.ps HP-HOWTO-FR.pdf rm -rf HP-HOWTO-EN /usr/local/bin/sgmltools -b html HP-HOWTO-EN.sgml /usr/local/bin/sgmltools -b ps HP-HOWTO-EN.sgml /usr/local/bin/sgmltools -b rtf HP-HOWTO-EN.sgml /usr/local/bin/sgmltools -b txt HP-HOWTO-EN.sgml ps2pdf HP-HOWTO-EN.ps HP-HOWTO-EN.pdf HP-HOWTO-FR.sgml : HP-HOWTO.sgml /usr/local/lib/wml/exec/wml_p9_slice -o ENuUNDEF:HP-HOWTO-EN.sgml -o FRuUNDEF:HP-HOWTO-FR.sgml HP-HOWTO.sgml