remove references to debian and rpm

This commit is contained in:
Gwenhael Le Moine 2023-04-26 16:07:49 +02:00
parent fed45d6325
commit 908a01e83a
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
3 changed files with 4 additions and 25 deletions

View file

@ -60,16 +60,3 @@ doc/INSTALLING
doc/TODO
doc/CARDS.doc
doc/ROMDump.doc
rpm/x48.spec.in
rpm/x48.spec
debian/README.Debian
debian/changelog
debian/compat
debian/control
debian/copyright
debian/dirs
debian/docs
debian/menu
debian/quit
debian/rules
debian/watch

View file

@ -1,12 +1,8 @@
AUTOMAKE_OPTIONS = dejagnu
SUBDIRS = src romdump
EXTRA_DIST=rpm/x48.spec \
debian/changelog debian/compat debian/control debian/copyright \
debian/dirs debian/docs debian/menu debian/README.Debian debian/rules
EXTRA_DIST=
X48 : src/X48.ad
cp $< $@
@ -14,4 +10,3 @@ X48 : src/X48.ad
appdefault_DATA = X48
DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir='$${datadir}/X11/app-defaults'

View file

@ -1,4 +1,3 @@
m4_include([version.m4])
AC_INIT([x48],[VERSION_NUMBER],[x48-bugs@gam3.net])
@ -119,7 +118,6 @@ AM_INIT_AUTOMAKE
AC_CONFIG_FILES([Makefile
romdump/Makefile
src/x48.man
rpm/x48.spec
src/Makefile])
AC_OUTPUT
@ -135,4 +133,3 @@ X48 Configuration:
With Shared memory for XImage? $with_shm$problem_shm
# See INSTALL for the description of what this may mean."