]> bicyclesonthemoon.info Git - ott/backup/mscha/commitdiff
generation of Perl programs
authorb <rowerynaksiezycu@gmail.com>
Sat, 23 Mar 2024 23:01:08 +0000 (23:01 +0000)
committerb <rowerynaksiezycu@gmail.com>
Sat, 23 Mar 2024 23:01:08 +0000 (23:01 +0000)
frame.1.pl [moved from frame.pl with 100% similarity, mode: 0644]
frameaftertime.1.pl [moved from frameaftertime.pl with 100% similarity, mode: 0644]
makefile
makefile.1.mak
viewer.1.pl [moved from viewer.pl with 100% similarity, mode: 0644]
vieweraftertime.1.pl [moved from vieweraftertime.pl with 100% similarity, mode: 0644]

old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from frame.pl
rename to frame.1.pl
old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from frameaftertime.pl
rename to frameaftertime.1.pl
index f58ac8d051e0aad52c67b5436c30397f23ea595a..752261050ad0b32a071cb5808257b1c1dcce7479 100644 (file)
--- a/makefile
+++ b/makefile
@@ -46,10 +46,18 @@ CONFIGURE_CMD = $(PERL) ./configure.pl --do $(CONFIGFILE)
 
 # keep these 2 lists in the same order!:
 GENERATE_FROM=\
-mscha.1.conf
+frame.1.pl\
+frameaftertime.1.pl\
+mscha.1.conf\
+viewer.1.pl\
+vieweraftertime.1.pl\
 
 TO_GENERATE=\
-mscha.conf
+frame.pl\
+frameaftertime.pl\
+mscha.conf\
+viewer.pl\
+vieweraftertime.pl\
 
 EXEC=\
 frame.pl\
@@ -84,7 +92,7 @@ configure.pl: $(CONFIGFILE) config/configure.1.pl
 
 
 $(TO_GENERATE): $(GENERATE_FROM) $(CONFIGFILE) configure.pl
-       $(CONFIGURE_CMD) --in $(GENERATE_FROM) --out $(TO_GENERATE)
+       $(CONFIGURE_CMD) --v --in $(GENERATE_FROM) --out $(TO_GENERATE)
 
 
 mktree:
index dcf21abeca0f83c5e06991bad783ea66c61de57c..7f345e842ccc8034fb7f7b295de30b5e2574eed4 100644 (file)
@@ -46,10 +46,18 @@ CONFIGURE_CMD = $(PERL) ./configure.pl --do $(CONFIGFILE)
 
 # keep these 2 lists in the same order!:
 GENERATE_FROM=\
-mscha.1.conf
+frame.1.pl\
+frameaftertime.1.pl\
+mscha.1.conf\
+viewer.1.pl\
+vieweraftertime.1.pl\
 
 TO_GENERATE=\
-mscha.conf
+frame.pl\
+frameaftertime.pl\
+mscha.conf\
+viewer.pl\
+vieweraftertime.pl\
 
 EXEC=\
 frame.pl\
@@ -84,7 +92,7 @@ configure.pl: $(CONFIGFILE) config/configure.1.pl
 
 
 $(TO_GENERATE): $(GENERATE_FROM) $(CONFIGFILE) configure.pl
-       $(CONFIGURE_CMD) --in $(GENERATE_FROM) --out $(TO_GENERATE)
+       $(CONFIGURE_CMD) --v --in $(GENERATE_FROM) --out $(TO_GENERATE)
 
 
 mktree:
old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from viewer.pl
rename to viewer.1.pl
old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from vieweraftertime.pl
rename to vieweraftertime.1.pl