rollup commit

This commit is contained in:
2025-07-11 22:04:45 -05:00
parent b229f88761
commit e396ca1c35
161 changed files with 74099 additions and 74099 deletions

View File

@@ -1,26 +1,26 @@
all: config.h
cd cole
$(MAKE) -f Makefile.bc all
cd ..\xlhtml
$(MAKE) -f Makefile.bc all
cd ..\ppthtml
$(MAKE) -f Makefile.bc all
cd ..
clean:
-del config.h
cd cole
$(MAKE) -f Makefile.bc clean
cd ..\xlhtml
$(MAKE) -f Makefile.bc clean
cd ..\ppthtml
$(MAKE) -f Makefile.bc clean
cd ..
config.h: config.h.in
copy $? $@
type &&|
\#define VERSION "0.5"
| >> $@
all: config.h
cd cole
$(MAKE) -f Makefile.bc all
cd ..\xlhtml
$(MAKE) -f Makefile.bc all
cd ..\ppthtml
$(MAKE) -f Makefile.bc all
cd ..
clean:
-del config.h
cd cole
$(MAKE) -f Makefile.bc clean
cd ..\xlhtml
$(MAKE) -f Makefile.bc clean
cd ..\ppthtml
$(MAKE) -f Makefile.bc clean
cd ..
config.h: config.h.in
copy $? $@
type &&|
\#define VERSION "0.5"
| >> $@
# eof