~ubuntu-branches/ubuntu/saucy/dhelp/saucy-proposed

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Hornburg (Racke)
  • Date: 2002-04-21 15:57:26 UTC
  • Revision ID: james.westby@ubuntu.com-20020421155726-kthmtdcq5s9q3k6d
Tags: 0.5.11
* made "other documents" link relative (Closes: #82757)
* avoid Perl warnings if browser undefined
* really set the defaults for console/X browsers
* removed gnome-help-browser from list of X browsers (Closes: #143869,
        thanks to Thomas Langen <langen@langensoft.de> for reporting it)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.am for dhelp project
 
2
 
 
3
# Copyright (C) 2001 Stefan Hornburg (Racke) <racke@linuxia.de>
 
4
 
 
5
# This file is free software; you can redistribute it and/or modify it
 
6
# under the terms of the GNU General Public License as published by the
 
7
# Free Software Foundation; either version 2, or (at your option) any
 
8
# later version.
 
9
 
 
10
# This file is distributed in the hope that it will be
 
11
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty
 
12
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
13
# General Public License for more details.
 
14
 
 
15
# You should have received a copy of the GNU General Public License
 
16
# along with this file; see the file COPYING.  If not, write to the Free
 
17
# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
18
 
 
19
# put Debian packaging files and other static stuff in the archive
 
20
EXTRA_DIST=CREDITS debian dhelp dh_dhelp doc dsearch man
 
21
 
 
22
# dhelp_parse rules
 
23
sbin_PROGRAMS=dhelp_parse
 
24
dhelp_parse_SOURCES=dhelp_parse.c
 
25
 
 
26
# other scripts
 
27
bin_SCRIPTS=dhelp dh_dhelp
 
28
 
 
29
dist-hook:
 
30
        find $(distdir) -type d -name CVS -print | xargs rm -rf
 
31