~ubuntu-branches/ubuntu/wily/libuser/wily

« back to all changes in this revision

Viewing changes to docs/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Habouzit
  • Date: 2006-09-03 21:58:15 UTC
  • mto: (2.1.1 edgy) (1.1.5 upstream) (3.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20060903215815-rtvvfzhaer8ymyp4
Tags: upstream-0.54.6-2.1.dfsg.1
ImportĀ upstreamĀ versionĀ 0.54.6-2.1.dfsg.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SUBDIRS = reference
2
2
 
3
 
EXTRA_DIST = attributes.txt rfc2307.txt \
4
 
        sgml/libuser.sgml
 
3
man_MANS = libuser.conf.5
 
4
 
 
5
CLEANFILES = $(man_MANS)
 
6
EXTRA_DIST = attributes.txt libuser.conf.5.in rfc2307.txt sgml/libuser.sgml
5
7
 
6
8
all: sgml/libuser.txt sgml/libuser.html
7
9
 
 
10
libuser.conf.5: $(srcdir)/libuser.conf.5.in Makefile
 
11
        sed 's,@sysconfdir\@,$(sysconfdir),g' \
 
12
                < $(srcdir)/libuser.conf.5.in > $@
 
13
 
8
14
sgml/libuser.txt: $(srcdir)/sgml/libuser.sgml
9
15
        [ -d sgml ] || mkdir sgml
10
16
        cd sgml; sgml2txt ../$(srcdir)/sgml/libuser.sgml