diff options
Diffstat (limited to 'doc/online/Makefile')
-rw-r--r-- | doc/online/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/online/Makefile b/doc/online/Makefile new file mode 100644 index 0000000..b9755bd --- /dev/null +++ b/doc/online/Makefile @@ -0,0 +1,8 @@ +all: + meinproc --stylesheet /opt/kde3/share/apps/ksgmltools2/customization/kde-web.xsl ../en/index.docbook + ./replace + rm *.bak + cp ../en/*.png . + +clean: + rm *.png *.html |