Commit 14d5129671d91bcf289f62aaf2a825b018275231
1 parent
a66bc020
Exists in
master
and in
90 other branches
README.md: add missing step to add a new subproject
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -19,4 +19,6 @@ To add a new subproject: |
19 | 19 | - edit `.mrconfig` and add a new section for the project (base it on the |
20 | 20 | existing sections for the existing subprojects) |
21 | 21 | - add a new .spec.in file for the project in rpm/$PROJECT.spec.in |
22 | +- edit `Makefile` and add the subproject name to the COMPONENTS variable right | |
23 | + at the beginning of the file. | |
22 | 24 | - that's all | ... | ... |