Skip to content

Commit

Permalink
Makefile.am cleanup
Browse files Browse the repository at this point in the history
avoid code duplication, there already is control.rnc => control.rng
makefile rule
  • Loading branch information
lslezak committed Aug 2, 2013
1 parent c083641 commit 825dbf1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions control/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ control.rng: control.rnc
trang -I rnc -O rng control.rnc control.rng

# checks only those control files that belong to this package
check-local:
trang -I rnc -O rng control.rnc control.rng
check-local: control.rng
xmllint --relaxng control.rng --noout control.xml
xmllint --relaxng control.rng --noout $(xml_files)

0 comments on commit 825dbf1

Please sign in to comment.