docs/Makefile.am
author Kristian H?gsberg <krh@redhat.com>
Fri Jun 20 23:13:09 2008 -0400 (2008-06-20)
changeset 257 0c3db660514d
parent 241 c3eb520e2219
child 262 63644cc28e0b
permissions -rw-r--r--
When uniquifying properties, also sort them on the owning package.

This ensures that whenever two packages provide or (or require, obsolete
or conflict) the same property, they appear in the same order in the
propertys list of packages.
rhughes@241
     1
rhughes@242
     2
docsdir = $(datadir)/doc/razor
rhughes@242
     3
dist_docs_DATA = 		\
rhughes@241
     4
	DEPSOLVE.txt 		\
rhughes@241
     5
	REPO.txt
rhughes@241
     6