summaryrefslogtreecommitdiff
path: root/macros/musixtex/source/makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-01-30 03:00:44 +0000
committerNorbert Preining <norbert@preining.info>2024-01-30 03:00:44 +0000
commit084f5d8435744b7ea7ef487ec111a7bfd100ed62 (patch)
treed4e91f6ef6d075509a2b33942f57337725089951 /macros/musixtex/source/makefile
parent6c43653052d016d5913aabb728c484f0e62b4754 (diff)
CTAN sync 202401300300
Diffstat (limited to 'macros/musixtex/source/makefile')
-rw-r--r--macros/musixtex/source/makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/macros/musixtex/source/makefile b/macros/musixtex/source/makefile
deleted file mode 100644
index 68202db902..0000000000
--- a/macros/musixtex/source/makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-#%% musixcrd - typsetting chord symbols with %%
-#%% musixtex %%
-#%% makefile %%
-#%% $Id$ %%
-#%% copyright 2004 , Robert Hennig %%
-#%% this code is licensed in terms of the %%
-#%% GNU Public License %%
-#%% %%
-#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-SOURCES = readme musixcrd.dtx makefile musixcrd.sty doc.tex strip.tex
-TARGETS = readme musixcrd.tex doc.pdf
-
-doc: doc.dvi
-
-strip: musixcrd.tex
-
-srcdist: musixcrdsrc.tgz
-
-dist: musixcrd.tgz
-
-all: strip doc srcdist dist
-
-musixcrd.tex: strip.tex musixcrd.dtx
- tex strip.tex
-
-doc.toc: doc.tex musixcrd.dtx
- latex doc.tex
- latex doc.tex
-
-doc.dvi: doc.tex musixcrd.dtx doc.toc
- latex doc.tex
-
-doc.ps: doc.dvi
- dvips -o doc.ps doc.dvi
-
-doc.pdf: doc.dvi
- dvipdfm -o doc.pdf doc.dvi
-
-musixcrdsrc.tgz: $(SOURCES)
- tar czvf musixcrdsrc.tgz $(SOURCES)
-
-musixcrd.tgz: makefile $(TARGETS)
- tar czvf musixcrd.tgz $(TARGETS) \ No newline at end of file