diff options
| author | fukachan <fukachan> | 2001-04-17 11:50:15 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-04-17 11:50:15 +0000 |
| commit | 5c4a122130ef36fef6530b31761ad51b6c10f0f1 (patch) | |
| tree | a19d889f03cc8b6a5337281869119b2d3f2407ea /fml/doc/tutorial/Makefile | |
| parent | fe3e763bba6c4ff60e82600fcde428f8471b77b6 (diff) | |
| download | fml8-snap-20010417.tar.gz fml8-snap-20010417.tar.bz2 fml8-snap-20010417.zip | |
tiny sgml samples for fml 5.0 tutorialsnap-20010417
Diffstat (limited to 'fml/doc/tutorial/Makefile')
| -rw-r--r-- | fml/doc/tutorial/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fml/doc/tutorial/Makefile b/fml/doc/tutorial/Makefile new file mode 100644 index 00000000..9c1cf7be --- /dev/null +++ b/fml/doc/tutorial/Makefile @@ -0,0 +1,9 @@ +all: html + +html: + sgmltools -v -b html -j "-v" fml-devel.sgml 2>&1 |\ + uniq + +clean: + find . -type f -print |grep '~' |perl -nple unlink + rm -fr fml-devel
\ No newline at end of file |
