mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Add HISTORY, remove readme.* from zip and dist; add *.spec to zip.
This commit is contained in:
35
Makefile.in
35
Makefile.in
@@ -69,33 +69,32 @@ xcurses.h:
|
||||
ln -s curses.h $@
|
||||
|
||||
$(ZIPFILE): xcurses.h
|
||||
zip -9y $(ZIPFILE) README INSTALL TODO Makefile.in config.h.in \
|
||||
configure xcurses-config.in configure.in config.guess config.sub \
|
||||
install-sh aclocal.m4 curses.h xcurses.h curspriv.h panel.h \
|
||||
term.h maintain.er readme.* pdcurses/README pdcurses/*.c \
|
||||
demos/*.c demos/*.h common/accommon.m4 panel/README panel/*.c \
|
||||
dos/README dos/*.c dos/*.rsp dos/*.mak dos/*.lrf os2/README \
|
||||
os2/*.c os2/*.mak os2/*.lrf os2/*.def x11/README x11/*.c \
|
||||
x11/*.xbm x11/*.def x11/*.h x11/process/*.c x11/process/*.c \
|
||||
x11/process/*.h win32/README win32/*.c win32/*.mak win32/*.lrf \
|
||||
win32/*.def win32/*.ico win32/*.rc doc/*.man tools/manext.c \
|
||||
pdcurses/Makefile.* demos/Makefile.in panel/Makefile.in \
|
||||
tools/Makefile.in
|
||||
zip -9y $(ZIPFILE) README HISTORY INSTALL TODO *.spec \
|
||||
Makefile.in config.h.in configure xcurses-config.in configure.in \
|
||||
config.guess config.sub install-sh aclocal.m4 curses.h xcurses.h \
|
||||
curspriv.h panel.h term.h maintain.er pdcurses/README \
|
||||
pdcurses/*.c demos/*.c demos/*.h common/accommon.m4 panel/README \
|
||||
panel/*.c dos/README dos/*.c dos/*.rsp dos/*.mak dos/*.lrf \
|
||||
os2/README os2/*.c os2/*.mak os2/*.lrf os2/*.def x11/README \
|
||||
x11/*.c x11/*.xbm x11/*.def x11/*.h x11/process/*.c \
|
||||
x11/process/*.c x11/process/*.h win32/README win32/*.c \
|
||||
win32/*.mak win32/*.lrf win32/*.def win32/*.ico win32/*.rc \
|
||||
doc/*.man tools/manext.c pdcurses/Makefile.* demos/Makefile.in \
|
||||
panel/Makefile.in tools/Makefile.in
|
||||
|
||||
zip: $(ZIPFILE)
|
||||
|
||||
../$(TARBALL): xcurses.h
|
||||
(cd ..; tar cvf - $(PDC_DIR)/README $(PDC_DIR)/INSTALL \
|
||||
$(PDC_DIR)/TODO $(PDC_DIR)/Makefile.in $(PDC_DIR)/config.h.in \
|
||||
$(PDC_DIR)/configure $(PDC_DIR)/config.guess \
|
||||
(cd ..; tar cvf - $(PDC_DIR)/README $(PDC_DIR)/HISTORY \
|
||||
$(PDC_DIR)/INSTALL $(PDC_DIR)/TODO $(PDC_DIR)/Makefile.in
|
||||
$(PDC_DIR)/config.h.in $(PDC_DIR)/configure $(PDC_DIR)/config.guess \
|
||||
$(PDC_DIR)/aclocal.m4 $(PDC_DIR)/common/accommon.m4 \
|
||||
$(PDC_DIR)/xcurses-config.in $(PDC_DIR)/config.sub \
|
||||
$(PDC_DIR)/configure.in $(PDC_DIR)/install-sh \
|
||||
$(PDC_DIR)/curses.h $(PDC_DIR)/xcurses.h $(PDC_DIR)/curspriv.h \
|
||||
$(PDC_DIR)/panel.h $(PDC_DIR)/term.h $(PDC_DIR)/maintain.er \
|
||||
$(PDC_DIR)/readme.* $(PDC_DIR)/pdcurses/README \
|
||||
$(PDC_DIR)/pdcurses/*.c $(PDC_DIR)/demos/*.c \
|
||||
$(PDC_DIR)/demos/*.h $(PDC_DIR)/doc/*.man \
|
||||
$(PDC_DIR)/pdcurses/README $(PDC_DIR)/pdcurses/*.c \
|
||||
$(PDC_DIR)/demos/*.c $(PDC_DIR)/demos/*.h $(PDC_DIR)/doc/*.man \
|
||||
$(PDC_DIR)/panel/README $(PDC_DIR)/panel/*.c $(PDC_DIR)/*.spec \
|
||||
$(PDC_DIR)/dos/README $(PDC_DIR)/dos/*.c $(PDC_DIR)/dos/*.rsp \
|
||||
$(PDC_DIR)/dos/*.mak $(PDC_DIR)/dos/*.lrf $(PDC_DIR)/os2/README \
|
||||
|
||||
Reference in New Issue
Block a user