Re: [AD] Adding the readme file to the main manual |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> In a previous email: "Due to filename duplication you can't create a
> rule for ./readme.txt unless you like seeing annoying warnings during
> build time."
$(filter-out PATTERN...,TEXT)
Don't add twice readme.txt to $(DOCS), add instead an explicit copy command
to the 'readme.txt' rule. You could add the $(MAKEDOC) dependency for the
three rules in makefile.in too, and modify these rules so that they all use
in both makefiles the common command:
$(MAKEDOC) -ascii $@ $<
I know, I'm obsessed with consistency :-)
--
Eric Botcazou