diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/stex/schema/rnc/Makefile')
-rw-r--r-- | Master/texmf-dist/source/latex/stex/schema/rnc/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/stex/schema/rnc/Makefile b/Master/texmf-dist/source/latex/stex/schema/rnc/Makefile new file mode 100644 index 00000000000..b5848cdf65c --- /dev/null +++ b/Master/texmf-dist/source/latex/stex/schema/rnc/Makefile @@ -0,0 +1,6 @@ +all: + +clean: + rm -f *~ +distclean: clean + rm -f *.dtd *.xsd *.rng |