"how to install": "./build" doesn't exist #264
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ungleich-public/cdist#264
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: tpo
The "how to install" document (http://www.nico.schottelius.org/software/cdist/install/) says:
To install cdist, execute the following commands:
If you want to build and use the manpages, run:
However, there is no such thing as a "./build" executable anywhere to be found. How to produce man pages?
Greets,
*t
Created by: tpo
Also:
~/src/projects/cdist/cdist/bin$ ./build-helper man
Unknown target man - aborting
~/src/projects/cdist/cdist/bin$ cd ..
~/src/projects/cdist/cdist$ ./bin/build-helper man
Unknown target man - aborting
Created by: telmich
You are right, ./build moved to ./bin/build-helper due to the migration of a lot of stuff to the Makefile. For the moment, the documentation can be adjusted to read ./bin/build-helper - in the near future it will be moved to the Makefile as well.