Adapted from patches by Nicolas Boullis on Debian:
* alignment issues on sparc * "make check" failure when stderr is not a tty * wrong program name in manpages in tarball * build failure with hurd * "make check" failure on machines with no disc drive * make distclean fixes
This commit is contained in:
3
src/.gitignore
vendored
3
src/.gitignore
vendored
@@ -1,4 +1,6 @@
|
||||
/*.o
|
||||
/*.orig
|
||||
/*.rej
|
||||
/.deps
|
||||
/.libs
|
||||
/Makefile
|
||||
@@ -7,6 +9,7 @@
|
||||
/cd-drive.1
|
||||
/cd-info
|
||||
/cd-info.1
|
||||
/*~
|
||||
/cd-read
|
||||
/cd-read.1
|
||||
/cdda-player
|
||||
|
||||
@@ -90,6 +90,9 @@ EXTRA_DIST = cd-drive.help2man cd-info.help2man cd-read.help2man \
|
||||
iso-info.help2man iso-read.help2man $(GETOPT_C) getopt.h \
|
||||
$(man_MANS)
|
||||
|
||||
if MAINTAINER_MODE
|
||||
$(man_MANS): %.1: %$(EXEEXT) %.help2man
|
||||
-$(HELP2MAN) --opt-include=$(srcdir)/$(<:.exe=).help2man --no-info --output=$@ ./$<
|
||||
endif
|
||||
MAINTAINERCLEANFILES = $(man_MANS)
|
||||
MOSTLYCLEANFILES = $(man_MANS)
|
||||
|
||||
3
src/cd-paranoia/.gitignore
vendored
3
src/cd-paranoia/.gitignore
vendored
@@ -4,5 +4,8 @@
|
||||
/Makefile
|
||||
/Makefile.in
|
||||
/cd-paranoia
|
||||
/*.orig
|
||||
/*~
|
||||
/*.rej
|
||||
/usage.h
|
||||
/usage.txt
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user